compress/flate.huffmanBitWriter.nbytes (field)
12 uses
	compress/flate (current package)
		huffman_bit_writer.go#L84: 	nbytes          int
		huffman_bit_writer.go#L108: 	w.bits, w.nbits, w.nbytes, w.err = 0, 0, 0, nil
		huffman_bit_writer.go#L116: 	n := w.nbytes
		huffman_bit_writer.go#L129: 	w.nbytes = 0
		huffman_bit_writer.go#L149: 		n := w.nbytes
		huffman_bit_writer.go#L162: 		w.nbytes = n
		huffman_bit_writer.go#L170: 	n := w.nbytes
		huffman_bit_writer.go#L184: 	w.nbytes = 0
		huffman_bit_writer.go#L337: 		n := w.nbytes
		huffman_bit_writer.go#L350: 		w.nbytes = n
		huffman_bit_writer.go#L659: 	n := w.nbytes
		huffman_bit_writer.go#L689: 	w.nbytes = n
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |